Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
class_exists
class_exists
Check if the class is defined
Name:
class_exists
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Check if the class is defined
Related
Is stripos suitable for use in switch statements?
9
PHP Tutorial: How to Add Image Watermarking Functionality to CMS Systems
5
How to embed socket_clear_error() when customizing PHP socket class
5
Why is it a good practice to call ob_clean() before a page redirect? How to use it specifically?
3
Similar Functions
get_called_class
get_called_class
Thenameofthe"La
get_class_vars
get_class_vars
Returnsanarrayofdefa
class_alias
class_alias
Createanaliasforacla
interface_exists
interface_exists
Checkiftheinterfacei
is_subclass_of
is_subclass_of
Checkswhethertheobje
property_exists
property_exists
Checkifanobjectorcla
get_class_methods
get_class_methods
Returnsanarrayofmeth
get_declared_traits
get_declared_traits
Returnsanarrayofalld
Popular Articles